Welcome![Sign In][Sign Up]
Location:
Search - c elevator

Search list

[Other电梯C语言版

Description: 文件中包含了电梯程序的C语言源代码,以及可执行文件。本电梯程序比较好的模拟了电梯的运行过程!-document contains the elevator in C language source code and executable files. The lift procedure is a good simulation of the process of running the elevator!
Platform: | Size: 38912 | Author: 马超武 | Hits:

[Process-Thread学习

Description: 某贸易中心共10层,设有载客电梯1部。为了处理问题的方便,有以下的限定条件:   (1) 电梯的运行规则是:可到达每层。   (2) 每部电梯的最大乘员量均为K人(K值可以根据仿真情况在10~20人之间确定)。   (3) 仿真开始时,电梯随机地处于其符合运行规则的任意一层,为空梯。   (4) 仿真开始后,有N人(>20人)在该国际贸易中心的1层,开始乘梯活动。   (5) 每个人初次所要到达的楼层是随机的,开始在底层等待电梯到来。   (6) 每个人乘坐电梯到达指定楼层后,再随机地去往另一楼层,依此类推,当每人乘坐过L次(L值可以根据仿真情况在3~10次之间确定)电梯后,第L+1次为下至底层并结束乘梯行为。到所有人结束乘梯行为时,本次仿真结束。   (7) 电梯运行速度为S秒/层(S值可以根据仿真情况在1~5之间确定),每人上下时间为T秒(T值可以根据仿真情况在2~10之间确定)。   (8) 电梯运行的方向由先发出请求者决定,不允许后发出请求者改变电梯的当前运行方向,除非是未被请求的空梯。-a total of 10 layers, with a passenger elevator. To address the issue of convenience, have the following qualifications : (a) lift the operating rules is : can be reached on each floor. (2) each lift crew of the largest volume of all K (K value can be based on the simulation of the 10 to 20 between determined). (3) simulation at the beginning, randomly located in the lift line with its rules of operation arbitrary layer of air staircase. (4) simulation began, a N (gt; 20) at the International Trade Center in one layer, started by ladder activities. (5) Each person must first reach the floors are random, in the bottom wait for the elevator arrived. (6) Each person taken the lift arrived at the designated floor and then another random foot to the floor, and so on, when each rode L (L value c
Platform: | Size: 9216 | Author: 张虹 | Hits:

[Dialog_Window20041017093632434203

Description: 一个电梯的模拟程序,用VC实现的,有友好的界面,能够直观的模拟电梯运行的状态-an elevator simulation program, VC, a friendly interface, visual simulation to run the state Elevator
Platform: | Size: 61440 | Author: 郑中基 | Hits:

[OtherVirtualLiftSystem

Description: 对电梯系统运行的全面仿真,把各种情况分为电梯内/外两个场景,并将集中控制与分散控制用OO的思想抽象成相关的对象,可以看出其对电梯控制系统进行了深入地分析-to lift the overall system operation simulation, divided into various lift/outside two scenes will focus on control and decentralized control with the idea of OO into the abstract object, we can see their right elevator control system for in-depth analysis
Platform: | Size: 167936 | Author: oo | Hits:

[assembly languageC++_elevator

Description: 此程序可实现可视界面下的电梯模拟运行,可在下降或上升过程中搭载“顺路”的乘客,与现实生活中的电梯运行完全一致。-this procedure visual interface can be realized under the simulated elevator operation can be increased or decreased in the course of carrying "the way" of passengers, and the practical life of the elevator operation is consistent.
Platform: | Size: 5120 | Author: 吴锐骁 | Hits:

[VC/MFCc++jindian3

Description: [美]H.M.Deitel,P.J.Deitel 著 周靖 黄都培 译 杨小平 审校 清华大学出版社 本书是一本相当不错的学习C++的资料,作为全球使用最广泛的C++经典程序设计教材,本书详细介绍了过程式与面向对象程序设计的基本知识与方法,其中包括C++的强大功能、最新特性和新增的ANSI/ISO C++标准库。   本书通过面向一个大型对象(电梯模拟系统)的程序设计,以数百个“活代码”示例程序,重点突出了利用UML进行面向对象的设计。分布在各章的“对象思想”、“案例分析”、“常见编程错误”、“良好编程习惯”、“自测题”和“练习题”等特色部分非常具有实际指导意义,不仅可让接触C++的新手真实体验编程乐趣,还可让有经验的程序员得到启发。   本书的读者对象为计算机软件、系统和网络编程人员,也可作为大学计算机相关专业本科生和研究生的编程教材和参考书。唯一不足的本书是扫描版本,有些地方不是特别清晰,就敬请大家谅解!! -[U.S.] H. M. Deitel, P. J. Deitel a training HUANG Du Jing Zhou Xiao-Ping Yang translated revisers Tsinghua University Press the book is a pretty good school Xi C, as the world's most widely used C program design classic materials, The book details the process-and object-oriented programming with the basic knowledge and methods, including the powerful C function, The latest properties and the new ANSI/ISO C Standard Library. Book through a large object-oriented (Elevator Simulation System) program design, Hundreds "Runtime" sample program, focusing on the use of UML for object-oriented design. Distribution in the various chapters of the "object" and "Case Analysis", "common programming errors", "good programming practice," "Exerc
Platform: | Size: 23059456 | Author: 张红艳 | Hits:

[VC/MFCC++ProgramWordbook

Description: 作为全球使用最广泛的C++经典程序设计教材,本书详细介绍了过程式与面向对象程序设计的基本知识与方法,其中包括C++的强大功能、最新特性和新增的ANSI/ISO C++标准库。 本书通过面向一个大型对象(电梯模拟系统)的程序设计,以数百个“活代码”示例程序,重点突出了利用UML进行面向对象的设计。分布在各章的“对象思想”、“案例分析”、“常见编程错误”、“良好编程习惯”、“自测题”和“练习题”等特色部分非常具有实际指导意义,不仅可让接触C++的新手真实体验编程乐趣,还可让有经验的程序员得到启发。 本书的读者对象为计算机软件、系统和网络编程人员,也可作为大学计算机相关专业本科生和研究生的编程教材和参考书-as the world's most widely used C program design classic materials, The book details the process-and object-oriented programming with the basic knowledge and methods, including the powerful C function, The latest properties and the new ANSI/ISO C Standard Library. Book through a large object-oriented (Elevator Simulation System) program design, Hundreds "Runtime" sample program, focusing on the use of UML for object-oriented design. Distribution in the various chapters of the "object" and "Case Analysis", "common programming errors", "good programming practice," "Exercises" and "exercises" and other characteristics of a very practical guide, not only can give the novice contact C programming experience real fun, bu
Platform: | Size: 21448704 | Author: jiajian | Hits:

[VC/MFCC++programseji2

Description: 作为全球使用最广泛的C++经典程序设计教材,本书详细介绍了过程式与面向对象程序设计的基本知识与方法,其中包括C++的强大功能、最新特性和新增的ANSI/ISO C++标准库。本书通过面向一个大型对象(电梯模拟系统)的程序设计,以数百个“活代码”示例程序,重点突出了利用UML进行面向对象的设计。分布在各章的“对象思想”、“案例分析”、“常见编程错误”、“良好编程习惯”、“自测题”和“练习题”等特色部分非常具有实际指导意义,不仅可让接触C++的新手真实体验编程乐趣,还可让有经验的程序员得到启发。本书的读者对象为计算机软件、系统和网络编程人员,也可作为大学计算机相关专业本科生和研究生的编程教材和参考书。-as the world's most widely used C program design classic materials, The book details the process-and object-oriented programming with the basic knowledge and methods, including the powerful C function, The latest properties and the new ANSI/ISO C Standard Library. Book through a large object-oriented (Elevator Simulation System) program design, Hundreds "Runtime" sample program, focusing on the use of UML for object-oriented design. Distribution in the various chapters of the "object" and "Case Analysis", "common programming errors", "good programming practice," "Exercises" and "exercises" and other characteristics of a very practical guide, not only can give the novice contact C programming experience real fun, bu
Platform: | Size: 23057408 | Author: px | Hits:

[AI-NN-PRelevator

Description: 电梯程序,包含了上、下、停留等功能。还有关于优先级的设置。-Elevator procedures included upper and lower, to stay and other functions. Also on the priority settings.
Platform: | Size: 1024 | Author: zhenyu | Hits:

[Otherelevator

Description: 模拟电梯运行的一个很好的小程序,完全实现的现实电梯的功能,并实现了很好的界面设计-Elevator simulation run a good small procedures, the full realization of the reality of elevator functions, and realize a good interface design
Platform: | Size: 817152 | Author: 刘红军 | Hits:

[Other systemselevator

Description: 这是一个用c++编写的可以处理4台10层电梯的电梯调度系统,mfc编写的界面,操作简单,功能强大-This is a used c++ Prepared to deal with 4 sets of 10-story elevator elevator dispatching system, mfc prepared interface, simple operation, powerful
Platform: | Size: 671744 | Author: h | Hits:

[CSharpelevator

Description: 一个简单的电梯程序,可以实现简单的电梯应用,还有很多问题。-A simple procedure lift, can achieve a simple elevator applications, there are a lot of problems.
Platform: | Size: 2048 | Author: xiejay | Hits:

[Data structsdtmoni(C++)PLC

Description: 这是 一个电梯模拟的C++程序...分成N个文件运行..实现自动模拟-This is a simulated elevator C++ Procedures ... is divided into N files automatically simulate running ..
Platform: | Size: 187392 | Author: | Hits:

[Data structsdfsdf

Description: 关于一个五层楼的电梯模型,关于栈与队列的应用,内有实验报告.-On a five-story elevator model, on the stack and queue applications, there are experimental report.
Platform: | Size: 1389568 | Author: lijiangping | Hits:

[VC/MFCC++bianchengjingdian

Description: C++编程金典作为全球最广泛的c++教材,本书通过大型的项目如电梯系统的设计,突出了面向对象程序设计的优点。书内有数百个小程序。-C++ Jindian programming as the world s most widely c++ Materials, this book through the large-scale projects, such as the elevator system design, highlighting the object-oriented programming advantages. Book there are hundreds of small procedures.
Platform: | Size: 22319104 | Author: anxq | Hits:

[Other systemselevator

Description: C#编写的模拟电梯运行程序,有利于C#初学者的学习-C# Prepared simulated elevator operation procedures, in favor of C# Beginners learning
Platform: | Size: 95232 | Author: liurui | Hits:

[OtherElevator

Description: 4×10的电梯群控系统的仿真平台,可以模拟群控电梯的实时运行情况,并提供了可视化的界面,可以记录乘客的进出时间,总之,在研究电梯群控算法方面,是非常有用的软件。-4 × 10 of the elevator group control system simulation platform that can simulate the elevator group control of real-time operation, and provides a visualization interface, can record the entry and exit of passengers time, short, in the study elevator group control algorithm is very useful software.
Platform: | Size: 2316288 | Author: | Hits:

[source in ebookelevator

Description: 一个用C++实现的模拟电梯运行的程序,共由四个文件组成。-One with C++ Achieve simulated elevator operation, with a total of four documents.
Platform: | Size: 6144 | Author: gaofeng | Hits:

[Data structsDIANTI

Description: 此程序是一个电梯模拟程序,电梯的运行,停候等模块。-This procedure is a simulation program elevator, elevator operation, holding modules.
Platform: | Size: 2048 | Author: ll | Hits:

[GUI Developc-elevator

Description: 用c语言编的一个电梯时间最优化仿真,具有图形界面,总共有3台电梯,当某一层有人需要用电梯时,通过算法,可以得出时间最短的电梯号,并通过仿真来检验。-C language code with a simple optimization of the lift time simulation, with a graphical interface, a total of 3 sets of elevators, when a layer of people need the elevator, through the algorithm, the shortest of the elevator can be drawn number, and simulation to test .
Platform: | Size: 40960 | Author: 黄龙 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net